Extension point location
In component org.nuxeo.ecm.platform.util.LocationManagerService
Documentation
This extension point can be used to register new repository locations (new core instances). The location registry is typically used to build the list of available servers on the first screen of the web app. The XML extension can contain a arbitrary number of location declaration if the form: true pgsql
This extension point can be used to disable a previously declared location: false demo
The locationURI tag must point on an existing core instance that was declared using : ...
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.util.LocationManagerPluginExtension
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="location" target="org.nuxeo.ecm.platform.util.LocationManagerService"> <documentation> Default server configuration for Nuxeo 5. </documentation> <locationManagerPlugin> <locationEnabled>true</locationEnabled> <locationName>default</locationName> </locationManagerPlugin> <!-- <locationManagerPlugin> <locationEnabled>true</locationEnabled> <locationName>pgsql</locationName> </locationManagerPlugin> <locationManagerPlugin> <locationEnabled>true</locationEnabled> <locationName>demo2</locationName> </locationManagerPlugin> --> </extension>